home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javas99d.zip / JAVAS.EXE / 0 / RCDATA / TMDICHILD / TMDICHILD.txt
Text File  |  1996-05-27  |  1KB  |  56 lines

  1. object MDIChild: TMDIChild
  2.   Left = 138
  3.   Top = 140
  4.   Width = 464
  5.   Height = 254
  6.   Caption = 'MDI Child'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object RichEdit1: TRichEdit
  19.     Left = 0
  20.     Top = 0
  21.     Width = 456
  22.     Height = 209
  23.     Align = alClient
  24.     HideSelection = False
  25.     ScrollBars = ssBoth
  26.     TabOrder = 0
  27.     WantTabs = True
  28.     WordWrap = False
  29.     OnChange = RichEdit1Change
  30.     OnSelectionChange = RichEdit1SelectionChange
  31.   end
  32.   object StatusBar1: TStatusBar
  33.     Left = 0
  34.     Top = 209
  35.     Width = 456
  36.     Height = 18
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     Panels = <
  42.       item
  43.         Text = '   1:  1 '
  44.         Width = 65
  45.       end
  46.       item
  47.         Width = 75
  48.       end
  49.       item
  50.         Width = 50
  51.       end>
  52.     ParentFont = False
  53.     SimplePanel = False
  54.   end
  55. end
  56.